SipClient Constructor (String, ProtocolType, String, String) |
Initializes a new instance of the SipClient class using the specified domain, protocol type, username and password.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic SipClient(
string domain,
ProtocolType protocol,
string username,
string password
)
Public Sub New (
domain As String,
protocol As ProtocolType,
username As String,
password As String
)
Parameters
- domain
- Type: SystemString
A string represents domain name, name or IP address of SIP server. - protocol
- Type: Independentsoft.SipProtocolType
One of the ProtocolType values. - username
- Type: SystemString
The user name on the SIP server. - password
- Type: SystemString
The password on the SIP server.
See Also